runtime.listNodeManual.next (field)
10 uses
runtime (current package)
list_manual.go#L54: next uintptr
list_manual.go#L84: pNode.next = head.obj
list_manual.go#L106: head.obj = pNode.next
list_manual.go#L109: pNode.next = 0
list_manual.go#L130: nextNode := head.getNode(unsafe.Pointer(pNode.next))
list_manual.go#L134: prevNode.next = pNode.next
list_manual.go#L142: pNode.next = 0
mgcmark_greenteagc.go#L782: next := (*spanSPMC)(unsafe.Pointer(r.allnode.next))
proc.go#L7233: if mp.idleNode.prev == 0 && mp.idleNode.next == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |